home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / bin / batch < prev    next >
Text File  |  2009-09-15  |  152b  |  9 lines

  1. #! /bin/sh -e
  2. if [ "$#" -gt 0 ]; then
  3.     echo batch accepts no parameters
  4.     exit 1
  5. fi
  6. prefix=/usr
  7. exec_prefix=${prefix}
  8. exec ${exec_prefix}/bin/at -qb now
  9.